home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / tools / amiga.readme next >
Text File  |  1995-06-22  |  3KB  |  82 lines

  1. Short:    XAnim - animation viewer 2.69.7.8, at least 68020+WB2.04
  2. Author:   Mark Podlipec/Terje Pedersen (Amiga part)
  3. Uploader: terjepe@hstud6.cs.uit.no
  4. Type:     gfx/show
  5.  
  6. This is an amiga 'port' of the X11 animation viewer Xanim by Mark Podlipec. 
  7. It means that the program relies on my libX11 to run, and does everything 
  8. in the same manner as the X11 version does. Which means internally it uses
  9. a chunky representation of the frames and isn't what you would call fast!
  10. (great on my A4000/040 though!)
  11.  
  12. It uses the chunky stuff from Morten Eriksen (thanks Morten!), 
  13. which may cause problems on some gfx cards. 
  14.  
  15. setenv X11/askmode 1 : xanim will pop up an asl screenmode requester
  16. before opening the screen. (this is wb2.1+ only!)
  17.  
  18. setenv X11/gfxcard 1 : xanim will not use the chunky stuff from Morten
  19. but WritePixelArray and other system functions. If the program loads
  20. the anim but crashes horribly after opening the screen, try it!
  21.  
  22. setenv X11/usepub Workbench : xanim will open a window on the workbench
  23. and display the anim there! +Cn is the default (preserves wb colors),
  24. use -Cn to use all colors.
  25.  
  26. setenv X11/debug 1 : prints a couple of debug lines..
  27.  
  28. setenv X11/displaydepth 8 : Tells the library that you really have 8
  29. planes screens, (if the anims shows up in 5 planes this may come in handy..)
  30. This would probably be most useful with gfx cards but those will probably
  31. use 'setenv X11/usepub Workbench' instead.
  32.  
  33. set stack to at least 20000! (it doesn't do any stackcheck!)
  34.  
  35. If you are trying to run this on a non AGA machine and
  36. no gfx board either then the anims may not look too good!
  37. (32 colors max when running 256 color anims usually looks
  38. somewhat poor) But you will probably get a general idea as
  39. to how it might look in 256 colors! Also not running on wb3.0+
  40. it might easily crash if you are unlucky!
  41.  
  42. source headers say:
  43.  
  44. /*
  45.  * xanim.c
  46.  *
  47.  * Copyright (C) 1990,1991,1992,1993,1994 by Mark Podlipec. 
  48.  * All rights reserved.
  49.  *
  50.  * This software may be freely copied, modified and redistributed without
  51.  * fee for non-commerical purposes provided that this copyright notice is
  52.  * preserved intact on all copies and modified copies.
  53.  * 
  54.  * There is no warranty or other guarantee of fitness of this software.
  55.  * It is provided solely "as is". The author(s) disclaim(s) all
  56.  * responsibility and liability with respect to this software's usage
  57.  * or its effect upon hardware or computer systems.
  58.  *
  59.  */
  60.  
  61. So redistribute it any way you like, (if you find it worthy of the effort..)
  62.  
  63. If you can think of anything that involves my address:
  64.  Terje Pedersen
  65.  Oterveien 55
  66.  9017 Tromsoe
  67.  Norway
  68.  
  69. Podlipec did allow me to ask for a $10 contribution for using my
  70. libX11 and the efforts needed to port the program, but this doesn't
  71. seem to have reached the amiga public..Therefore I didn't plan to
  72. release any more ports of xanim. But some guys on irc showed some
  73. interest and made me do this one!
  74.  
  75. Want to know more about xanim? try:
  76. http://www.portal.com/~podlipec/home.html  "The XAnim Home Page"
  77.  
  78. And thanks to all who has suggested improvements and ways
  79. to prevent possible problems on other configurations! (thanks Olaf!)
  80.  
  81. TP
  82.